[Disk Manager] Add ssd-nbs2 disks created via YDB NbsService - #6827
[Disk Manager] Add ssd-nbs2 disks created via YDB NbsService#6827BarkovBG wants to merge 1 commit into
Conversation
|
Note This is an automated comment that will be appended during run. Note All workloads for linux-x86_64-relwithdebinfo have completed. Tip Planned checks for linux-x86_64-relwithdebinfo. 🟢 linux-x86_64-relwithdebinfo target: cloud/tasks/,cloud/storage/ (test time: 276s): all tests PASSED for commit c7a6f6d.
🟢 linux-x86_64-relwithdebinfo target: cloud/disk_manager/ (test time: 268s): all tests PASSED for commit c7a6f6d.
🔴 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 1226s): some tests FAILED for commit c7a6f6d.
🟢 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 60s): all tests PASSED for commit c7a6f6d.
🔴 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 4422s): some tests FAILED for commit c7a6f6d.
🟢 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 27s): all tests PASSED for commit c7a6f6d.
|
c7a6f6d to
8d5b528
Compare
|
Note This is an automated comment that will be appended during run. Note All workloads for linux-x86_64-relwithdebinfo have completed. Tip Planned checks for linux-x86_64-relwithdebinfo. 🟢 linux-x86_64-relwithdebinfo target: cloud/tasks/,cloud/storage/ (test time: 283s): all tests PASSED for commit 8d5b528.
🟢 linux-x86_64-relwithdebinfo target: cloud/disk_manager/ (test time: 299s): all tests PASSED for commit 8d5b528.
🟢 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 1491s): all tests PASSED for commit 8d5b528.
🟢 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 4692s): all tests PASSED for commit 8d5b528.
|
8d5b528 to
12abebd
Compare
|
Note This is an automated comment that will be appended during run. Note All workloads for linux-x86_64-relwithdebinfo have completed. Tip Planned checks for linux-x86_64-relwithdebinfo. 🟢 linux-x86_64-relwithdebinfo target: cloud/tasks/,cloud/storage/ (test time: 288s): all tests PASSED for commit 12abebd.
🟢 linux-x86_64-relwithdebinfo target: cloud/disk_manager/ (test time: 282s): all tests PASSED for commit 12abebd.
🔴 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 1285s): some tests FAILED for commit 12abebd.
🟢 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 59s): all tests PASSED for commit 12abebd.
🟢 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 4523s): all tests PASSED for commit 12abebd.
|
|
Note This is an automated comment that will be appended during run. Note All workloads for linux-x86_64-relwithdebinfo have completed. Tip Planned checks for linux-x86_64-relwithdebinfo.
|
NBS 2.0 partitions are created with the same CreatePartition/DeletePartition gRPC API that dstool uses, instead of blockstore CreateVolume. First slice supports empty create and delete only. DeletePartition uses DiskId; create treats ALREADY_EXISTS as success and delete treats NOT_FOUND as success.
4345fc2 to
db29b33
Compare
|
Note This is an automated comment that will be appended during run. Note All workloads for linux-x86_64-relwithdebinfo have completed. Tip Planned checks for linux-x86_64-relwithdebinfo. 🟢 linux-x86_64-relwithdebinfo target: cloud/tasks/,cloud/storage/ (test time: 281s): all tests PASSED for commit db29b33.
🟢 linux-x86_64-relwithdebinfo target: cloud/disk_manager/ (test time: 306s): all tests PASSED for commit db29b33.
🟢 linux-x86_64-relwithdebinfo target: cloud/blockstore/ (test time: 1549s): all tests PASSED for commit db29b33.
🟢 linux-x86_64-relwithdebinfo target: cloud/filestore/ (test time: 4564s): all tests PASSED for commit db29b33.
|
Add ssd-nbs2 disks created and deleted via YDB NbsService (
CreatePartition/DeletePartition), the same API dstool uses. Other operations for this kind are rejected.